home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- * $Id: riff.h,v 1.2 1998/09/13 00:21:18 emanuel Exp $
- * Copyright (C) 1996-1998 Emanuel Borsboom <emanuel@zerius.com>
- * Permission is granted to make any use of this code subject to the condition
- * that all copies contain this notice and an indication of what has been
- * changed.
- *****************************************************************************/
-
- #ifndef RIFF_H_INCLUDED
- #define RIFF_H_INCLUDED
-
- #include "wave.h"
-
- WAVE_FILE *riff_open(FILE *fp, WAVE_INFO *info);
- WAVE_FILE *riff_create(FILE *fp, WAVE_INFO *info);
- void riff_close(WAVE_FILE *file);
-
- #endif /* RIFF_H_INCLUDED */
-